home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2003: The Beautiful Scenery
/
enter-parhaat-2003.iso
/
files
/
BlocksOfWar.exe
/
scripts
/
frame_1
/
PlaceObject2_16_2
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-12-31
|
264 b
|
10 lines
onClipEvent(enterFrame){
bittejaLadattu = _root.getBytesLoaded();
tiedostoaLadattu = bittejaLadattu / tiedostonKoko;
_root.lataus.latausViesti = int(tiedostoaLadattu * 100) + "%";
if(tiedostoaLadattu >= 1)
{
_root.nextFrame();
}
}